home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 80 / CD Actual 80 Julio-Agosto 2003.iso / Linux / LinuxGazette / lg / issue72 / misc / nielsen / Test / sample / Custom / Sql / class.sql next >
Encoding:
Text File  |  2002-08-14  |  326 b   |  9 lines

  1. select sql_class_insert();
  2. select sql_class_update(1,'2 hours', 'Introduction to Linux Part 1','This is a description of this class. Not much here so far.', 1);
  3.  
  4. select sql_class_insert();
  5. select sql_class_update(2,'3 hours', 'Introduction to Linux Part 2','This is a description of this class. Not much here so far.', 2);
  6.  
  7.  
  8.  
  9.